Changeset 682 for trunk/app/views/layouts
- Timestamp:
- 07/30/08 21:37:56 (4 months ago)
- Location:
- trunk/app/views/layouts
- Files:
-
- 2 modified
-
popup.ctp (modified) (4 diffs)
-
portal.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/popup.ctp
r367 r682 5 5 <html> 6 6 <head> 7 <title>Karamelo: Control Panel</title>7 <title>Karamelo::Control Panel</title> 8 8 <?php 9 9 if (isset($javascript)): … … 17 17 <!-- 18 18 img{border:0} 19 body {background-color:#ffffff; margin:3pt;font-family: Arial, Verdana, Helvetica, Tahoma;} 19 body {background-color:#fff;margin:3pt;font-family: Arial, Verdana, Helvetica, Tahoma;} 20 20 21 .title_section { 21 22 color:#cc0033; … … 26 27 } 27 28 .der {text-align:right;font-weight:bold;font-size:9pt;} 28 #container {text-align:left;font-size:10pt;width: 350px;margin-left:auto;margin-right:auto;}29 #container {text-align:left;font-size:10pt;width:90%;margin-left:auto;margin-right:auto;} 29 30 #titulo {border:1px orange solid; margin-top:16pt;padding:12pt;color:#e67d1c;font-size:16pt;text-align:center;width:70%;margin-left:auto;margin-right:auto;} 30 #footer {border:1px grey solid; margin-top:16pt;padding: 4px;color:#000;background-color:#dad9d9;font-size:7pt;text-align:left;width:70%;margin-left:auto;margin-right:auto;}31 #footer {border:1px grey solid; margin-top:16pt;padding:2px;color:#000;background-color:#efefef;font-size:7pt;text-align:left;width:90%;margin-left:auto;margin-right:auto;} 31 32 .warning {color:red;font-size:10px;text-align:left;} 32 button{background-color:orange;color:#fff;border:1px solid gray;font-size:7pt;padding:5px;}33 input {background-color:# eda2bb;color:#000;border:1px solid gray;font-size:7pt;padding:1px;}33 submit {background-color:orange;color:#fff;border:1px solid gray;font-size:7pt;padding:5px;} 34 input {background-color:#ffdf4b;color:#000;border:1px solid gray;font-size:7pt;padding:1px;} 34 35 .divblock{margin:5px;border:1px dotted gray;padding:4px;} 35 36 --> … … 38 39 <body> 39 40 <div id="loading" name="loading" style="display: none;float:right;z-index:-2"> 40 <?php echo $html->image( "static/loading.gif")?>41 <?php echo $html->image('static/loading.gif', array('alt'=>'Loading...')); ?> 41 42 </div> 42 43 43 44 <div id="container"> 44 45 <?php echo $content_for_layout ?> 46 45 <?php echo $content_for_layout; ?> 47 46 </div> 48 47 49 48 <div style="clear:both"></div> 50 <div id="footer"><p>Powered by the <a href="http://karamelo.mononeurona.org/" rel="external">Karamelo Project</a></div> 49 50 <div id="footer">Powered by <a href="http://www.chipotle-software.com/" rel="external">Karamelo Project</a></div> 51 51 52 52 </body> -
trunk/app/views/layouts/portal.ctp
r675 r682 94 94 95 95 echo $this->element('subjects'); 96 ?> 97 <ul> 98 <li id="archives"> 99 <h2 class="bg3">Search</h2> 100 <?php echo $this->element('search'); ?> 101 </li> 102 </ul> 103 <?php 96 97 // search 98 //$list = array('<h2 class="bg3">'.__('Search', true).'</h2>'.$this->element('search')); 99 // echo $html->nestedList($list); 100 104 101 $tmp = $html->para(null,$html->link($html->image('static/valid_xhtml10_80x15_22.png'), 'http://www.w3.org/TR/xhtml1/', null, null, false)); 105 102 $tmp .= $html->para(null,$html->link($html->image('static/ooorg-80.png'), 'http://www.openoffice.org', null, null, false)); … … 116 113 <div id="footer"> 117 114 <?php 118 // echo $this->element('footer') . '<br /> ' . $this->element('quote', $Element["Quote"]);115 // echo $this->element('footer') . '<br /> ' . $this->element('quote', $Element["Quote"]); 119 116 ?> 120 117
