Show
Ignore:
Timestamp:
10/31/06 18:55:28 (2 years ago)
Author:
mbonetti
Message:

fixed a couple validation errors

Location:
trunk/gregarius/themes/default/mobile
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/mobile/header.php

    r1302 r1617  
    11<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  
    44<?php rss_main_header(); ?> 
    55</head> 
    6 <body> 
    7 <a name="top"></a> 
     6<body id="top"> 
    87<?php  
    98if( array_key_exists('feeds',$_REQUEST) ) { 
  • trunk/gregarius/themes/default/mobile/item.php

    r1615 r1617  
    2020<?php } ?> 
    2121<?php   if (rss_item_display_tags() && count($GLOBALS['rss']->currentItem->tags)) { ?> 
    22 <h5><a href="<?php echo rss_item_tagslink(); ?>"><?php echo __('Tags'); ?></a>:&nbsp;<span><?php echo rss_item_tags(); ?></h5> 
     22<h5><a href="<?php echo rss_item_tagslink(); ?>"><?php echo __('Tags'); ?></a>:&nbsp;<span><?php echo rss_item_tags(); ?></span></h5> 
    2323<?php } ?> 
    2424<br /> 
     
    2828<?php if(!hidePrivate()) { ?> 
    2929<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(); ?>"> 
    3232    <option value="mobile_read" <?php  
    3333        if( !$GLOBALS['rss'] -> currentItem -> isUnread && !$GLOBALS['rss'] -> currentItem -> isSticky ) {  
  • trunk/gregarius/themes/default/mobile/itemlist.php

    r1615 r1617  
    44    <p>(<a href="<?php echo getPath(); ?>?mobilelogin&amp;media=mobile">Login</a> to mark items read)</p> 
    55<?php } ?> 
    6 <form method="POST" style="display: inline;"> 
     6<form method="post" action="<?= getPath(); ?>"> 
    77<?php } rss_itemlist_feeds(); ?> 
    88<?php if( !isMobileDevice() ) { ?> 
    99<input type='hidden' name='mobile' /> 
    1010<?php } ?> 
    11 <input type='submit' value='next' /> 
     11<p><input type='submit' value='next' /></p> 
    1212</form> 
  • trunk/gregarius/themes/default/mobile/style.css

    r1615 r1617  
    1313a {color:#c16; text-decoration:none;} 
    1414img {border: 0px;} 
     15h1,h2,h3,h4,h5 {display:block;} 
    1516h1,h2 { 
    1617    background-color: #eee;