This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <?php if($my['uid']):?> | |
| <li><a href="<?php echo $g['s']?>/?r=<?php echo $r?>&a=logout">로그아웃</a></li> | |
| <?php else:?> | |
| <li><a href="<?php echo RW('mod=login')?>">로그인</a></li> | |
| <?php endif?> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $_tmp = db_query( "select count(*) from ".$DB['head']."_s_mbrtoken", | |
| $DB_CONNECT ); | |
| if ( !$_tmp ) { | |
| $_tmp = (" | |
| CREATE TABLE ".$DB['head']."_s_mbrtoken"." ( | |
| uid INT PRIMARY KEY NOT NULL AUTO_INCREMENT, | |
| memberuid INT DEFAULT '0' NOT NULL, | |
| access_token VARCHAR(100) DEFAULT '' NOT NULL, | |
| expire INT DEFAULT '0' NOT NULL, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="table-view"> | |
| <li class="table-view-cell">Item 1</li> | |
| <li class="table-view-cell table-view-cell">Item 2</li> | |
| <li class="table-view-divider">Divider</li> | |
| <li class="table-view-cell">Item 3</li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <nav class="bar bar-tab"> | |
| <a class="tab-item active" href="#"> | |
| <span class="icon icon-home"></span> | |
| <span class="tab-label">Home</span> | |
| </a> | |
| <a class="tab-item" href="#"> | |
| <span class="icon icon-person"></span> | |
| <span class="tab-label">Profile</span> | |
| </a> | |
| <a class="tab-item" href="#"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <nav class="bar bar-tab"> | |
| <a class="tab-item active" href="#"> | |
| Label | |
| </a> | |
| <a class="tab-item" href="#"> | |
| Label | |
| </a> | |
| <a class="tab-item" href="#"> | |
| Label | |
| </a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Segmented control in standard bar fixed to top --> | |
| <nav class="bar bar-standard"> | |
| <div class="segmented-control"> | |
| <a class="control-item active">Thing one</a> | |
| <a class="control-item">Thing two</a> | |
| <a class="control-item">Thing three</a> | |
| </div> | |
| </nav> | |
| <!-- Block button in standard bar fixed below top bar --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="table-view"> | |
| <li class="table-view-cell"> | |
| <a class="navigate-right"> | |
| Item 1 | |
| </a> | |
| </li> | |
| <li class="table-view-cell"> | |
| <a class="navigate-right"> | |
| Item 2 | |
| </a> |
OlderNewer