Changeset 1617 for trunk/gregarius/themes
- Timestamp:
- 10/31/06 18:55:28 (2 years ago)
- Location:
- trunk/gregarius/themes/default/mobile
- Files:
-
- 5 modified
-
header.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
item.php (modified) (2 diffs)
-
itemlist.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/mobile/header.php
r1302 r1617 1 1 <title><?php echo rss_header_title() ?></title> 2 <link rel="stylesheet" type="text/css" href="<?php echo getExternalThemeFile( 'style.css' ) ?>" />2 <link rel="stylesheet" type="text/css" href="<?php echo getExternalThemeFile( 'style.css' ) ?>"> -
trunk/gregarius/themes/default/mobile/index.php
r1615 r1617 4 4 <?php rss_main_header(); ?> 5 5 </head> 6 <body> 7 <a name="top"></a> 6 <body id="top"> 8 7 <?php 9 8 if( array_key_exists('feeds',$_REQUEST) ) { -
trunk/gregarius/themes/default/mobile/item.php
r1615 r1617 20 20 <?php } ?> 21 21 <?php if (rss_item_display_tags() && count($GLOBALS['rss']->currentItem->tags)) { ?> 22 <h5><a href="<?php echo rss_item_tagslink(); ?>"><?php echo __('Tags'); ?></a>: <span><?php echo rss_item_tags(); ?></ h5>22 <h5><a href="<?php echo rss_item_tagslink(); ?>"><?php echo __('Tags'); ?></a>: <span><?php echo rss_item_tags(); ?></span></h5> 23 23 <?php } ?> 24 24 <br /> … … 28 28 <?php if(!hidePrivate()) { ?> 29 29 <div class="mobileform"> 30 <label for=" ">State:</label>31 <select name="<?= rss_item_id(); ?>">30 <label for="it_<?= rss_item_id(); ?>">State:</label> 31 <select id="it_<?= rss_item_id(); ?>" name="<?= rss_item_id(); ?>"> 32 32 <option value="mobile_read" <?php 33 33 if( !$GLOBALS['rss'] -> currentItem -> isUnread && !$GLOBALS['rss'] -> currentItem -> isSticky ) { -
trunk/gregarius/themes/default/mobile/itemlist.php
r1615 r1617 4 4 <p>(<a href="<?php echo getPath(); ?>?mobilelogin&media=mobile">Login</a> to mark items read)</p> 5 5 <?php } ?> 6 <form method=" POST" style="display: inline;">6 <form method="post" action="<?= getPath(); ?>"> 7 7 <?php } rss_itemlist_feeds(); ?> 8 8 <?php if( !isMobileDevice() ) { ?> 9 9 <input type='hidden' name='mobile' /> 10 10 <?php } ?> 11 < input type='submit' value='next' />11 <p><input type='submit' value='next' /></p> 12 12 </form> -
trunk/gregarius/themes/default/mobile/style.css
r1615 r1617 13 13 a {color:#c16; text-decoration:none;} 14 14 img {border: 0px;} 15 h1,h2,h3,h4,h5 {display:block;} 15 16 h1,h2 { 16 17 background-color: #eee;
