tweak year/agency modifer for queries
[contractdashboard.git] / cutenews / data / Default.tpl
blob:a/cutenews/data/Default.tpl -> blob:b/cutenews/data/Default.tpl
<?PHP <?PHP
///////////////////// TEMPLATE Default ///////////////////// ///////////////////// TEMPLATE Default /////////////////////
$template_active = <<<HTML $template_active = <<<HTML
<div style="width:420px; margin-bottom:30px;"> <div style="width:420px; margin-bottom:30px;">
<div><strong>{title}</strong></div> <div><strong>{title}</strong></div>
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{short-story}</div> <div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{short-story}</div>
<div><em>Posted on {date} by {author}</em></div> <div><em>Posted on {date} by {author}</em></div>
</div> </div>
HTML; HTML;
$template_full = <<<HTML $template_full = <<<HTML
<div style="width:420px; margin-bottom:15px;"> <div style="width:420px; margin-bottom:15px;">
<div><strong>{title}</strong></div> <div><strong>{title}</strong></div>
<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}</div> <div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}</div>
<div style="float: right;">{comments-num} Comments</div> <div style="float: right;">{comments-num} Comments</div>
<div><em>Posted on {date} by {author}</em></div> <div><em>Posted on {date} by {author}</em></div>
</div> </div>
HTML; HTML;
$template_comment = <<<HTML $template_comment = <<<HTML
<div style="width: 400px; margin-bottom:20px;"> <div style="width: 400px; margin-bottom:20px;">
<div style="border-bottom:1px solid black;"> by <strong>{author}</strong> @ {date}</div> <div style="border-bottom:1px solid black;"> by <strong>{author}</strong> @ {date}</div>
<div style="padding:2px; background-color:#F9F9F9">{comment}</div> <div style="padding:2px; background-color:#F9F9F9">{comment}</div>
</div> </div>
HTML; HTML;
$template_form = <<<HTML $template_form = <<<HTML
<table border="0" width="370" cellspacing="0" cellpadding="0"> <table border="0" width="370" cellspacing="0" cellpadding="0">
<tr> <tr>
<td width="60">Name:</td> <td width="60">Name:</td>
<td><input type="text" name="name"></td> <td><input type="text" name="name"></td>
</tr> </tr>
<tr> <tr>
<td>E-mail:</td> <td>E-mail:</td>
<td><input type="text" name="mail"> (optional)</td> <td><input type="text" name="mail"> (optional)</td>
</tr> </tr>
<tr> <tr>
<td>Smile:</td> <td>Smile:</td>
<td>{smilies}</td> <td>{smilies}</td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<textarea cols="40" rows="6" id=commentsbox name="comments"></textarea><br /> <textarea cols="40" rows="6" id=commentsbox name="comments"></textarea><br />
<input type="submit" name="submit" value="Add My Comment"> <input type="submit" name="submit" value="Add My Comment">
<input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Remember Me</label> | <input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Remember Me</label> |
<a href="javascript:CNforget();">Forget Me</a> <a href="javascript:CNforget();">Forget Me</a>
</td> </td>
</tr> </tr>
</table> </table>
HTML; HTML;
$template_prev_next = <<<HTML $template_prev_next = <<<HTML
<p align="center">[prev-link]<< Previous[/prev-link] {pages} [next-link]Next >>[/next-link]</p> <p align="center">[prev-link]<< Previous[/prev-link] {pages} [next-link]Next >>[/next-link]</p>
HTML; HTML;
$template_comments_prev_next = <<<HTML $template_comments_prev_next = <<<HTML
<p align="center">[prev-link]<< Older[/prev-link] ({pages}) [next-link]Newest >>[/next-link]</p> <p align="center">[prev-link]<< Older[/prev-link] ({pages}) [next-link]Newest >>[/next-link]</p>
HTML; HTML;
?> ?>