old css not necessary, shop page uses bootstrap
This commit is contained in:
parent
3ef30f78bc
commit
209d3c51ed
2 changed files with 58 additions and 121 deletions
|
@ -1,85 +0,0 @@
|
||||||
body
|
|
||||||
{
|
|
||||||
font-family: Georgia;
|
|
||||||
font-size: 11pt;
|
|
||||||
}
|
|
||||||
.evenrow
|
|
||||||
{
|
|
||||||
color: #4A3C8C;
|
|
||||||
background-color: #E7E7FF;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
.oddrow
|
|
||||||
{
|
|
||||||
color: #4A3C8C;
|
|
||||||
background-color: #F7F7F7;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
.colheader
|
|
||||||
{
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.rcolheader
|
|
||||||
{
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.partbox
|
|
||||||
{
|
|
||||||
text-align: left;
|
|
||||||
padding-right: 0px;
|
|
||||||
padding-left: 0px;
|
|
||||||
border-left-color: navy;
|
|
||||||
border-bottom-color: navy;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
border-top-style: solid;
|
|
||||||
border-top-color: navy;
|
|
||||||
padding-top: 0px;
|
|
||||||
border-right-style: solid;
|
|
||||||
border-left-style: solid;
|
|
||||||
border-right-color: navy;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
}
|
|
||||||
.partboxtitle
|
|
||||||
{
|
|
||||||
font-weight: bolder;
|
|
||||||
color: white;
|
|
||||||
background-color: navy;
|
|
||||||
}
|
|
||||||
.pagercell
|
|
||||||
{
|
|
||||||
font-weight: bolder;
|
|
||||||
color: white;
|
|
||||||
vcolor: white;
|
|
||||||
acolor: white;
|
|
||||||
background-color: navy;
|
|
||||||
}
|
|
||||||
.message
|
|
||||||
{
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
.comment
|
|
||||||
{
|
|
||||||
background-color: #E7E7FF;
|
|
||||||
}
|
|
||||||
.helptext
|
|
||||||
{
|
|
||||||
border: dashed 1px #666666;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
font-style: italic;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
.pagetitle
|
|
||||||
{
|
|
||||||
font-size: larger;
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
td
|
|
||||||
{
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
*/
|
|
|
@ -14,25 +14,36 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*}
|
*}
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Script//EN" "DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html>
|
||||||
<html lang="en" xml:lang="en" xmln="http://www.w3.org/1999/xhtml">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Gift Registry - Shopping List for {$ufullname}</title>
|
<title>Gift Registry - Shopping List for {$ufullname}</title>
|
||||||
<link href="styles.css" type="text/css" rel="stylesheet" />
|
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||||
<script language="JavaScript" type="text/javascript">
|
<script language="JavaScript" type="text/javascript">
|
||||||
function printPage() {
|
function printPage() {
|
||||||
window.print();
|
window.print();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body data-offset="80" data-target=".subnav" data-spy="scroll">
|
||||||
|
<div class="container">
|
||||||
{if $message != ''}
|
{if $message != ''}
|
||||||
<span class="message">{$message|escape:'htmlall'}</span>
|
<div class="row">
|
||||||
|
<div class="span12">
|
||||||
|
<div class="alert alert-success">
|
||||||
|
{$message|escape:'htmlall'}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<p class="pagetitle">Gift Registry - Shopping List for {$ufullname|escape:'htmlall'}</p>
|
<div class="row">
|
||||||
|
<h1>Gift Registry - Shopping List for {$ufullname|escape:'htmlall'}</h1>
|
||||||
|
</div>
|
||||||
{if $opt.show_helptext}
|
{if $opt.show_helptext}
|
||||||
<p>
|
<div class="row">
|
||||||
<div class="helptext">
|
<div class="span12">
|
||||||
|
<div class="alert alert-info">
|
||||||
<ul>
|
<ul>
|
||||||
<li>If you intend to purchase a gift for this person, click the <img src="images/lock_co.gif"> icon. If you end up actually purchasing it, come back and click the <img src="images/step_done.gif"> icon. If you change your mind and don't want to buy it, come back and click the <img src="images/unlock_co.gif"> icon.</li>
|
<li>If you intend to purchase a gift for this person, click the <img src="images/lock_co.gif"> icon. If you end up actually purchasing it, come back and click the <img src="images/step_done.gif"> icon. If you change your mind and don't want to buy it, come back and click the <img src="images/unlock_co.gif"> icon.</li>
|
||||||
<li>If you return something you've purchased, come back and click the <img src="images/run_exc.gif"> icon. It will remain reserved for you.</li>
|
<li>If you return something you've purchased, come back and click the <img src="images/run_exc.gif"> icon. It will remain reserved for you.</li>
|
||||||
|
@ -41,14 +52,22 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
<li>If you see something you'd like for yourself, click the <img src="images/toolbar_replace.gif"> icon to copy it to your own list.</li>
|
<li>If you see something you'd like for yourself, click the <img src="images/toolbar_replace.gif"> icon to copy it to your own list.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</div>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div align="right">
|
<div class="row">
|
||||||
|
<div class="span6 offset6">
|
||||||
|
<div class="alert alert-info">
|
||||||
<img src="images/lock_co.gif" alt="Reserve" title="Reserve"> = Reserve, <img src="images/unlock_co.gif" alt="Release" title="Release"> = Release, <img src="images/step_done.gif" alt="Purchase" title="Purchase"> = Purchase, <img src="images/run_exc.gif" alt="Return" title="Return"> = Return, <img src="images/toolbar_replace.gif" alt="I Want This Too" title="I Want This Too"> = I Want This Too
|
<img src="images/lock_co.gif" alt="Reserve" title="Reserve"> = Reserve, <img src="images/unlock_co.gif" alt="Release" title="Release"> = Release, <img src="images/step_done.gif" alt="Purchase" title="Purchase"> = Purchase, <img src="images/run_exc.gif" alt="Return" title="Return"> = Return, <img src="images/toolbar_replace.gif" alt="I Want This Too" title="I Want This Too"> = I Want This Too
|
||||||
</div>
|
</div>
|
||||||
<p>
|
</div>
|
||||||
<table class="partbox" width="100%" cellpadding="3" cellspacing="0">
|
</div>
|
||||||
<tr valign="top">
|
<div class="row">
|
||||||
|
<div class="span12">
|
||||||
|
<div class="well">
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=ranking">Rank</a></th>
|
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=ranking">Rank</a></th>
|
||||||
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=description">Description</a></th>
|
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=description">Description</a></th>
|
||||||
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=category">Category</a></th>
|
<th class="colheader"><a href="shop.php?shopfor={$shopfor}&sort=category">Category</a></th>
|
||||||
|
@ -58,15 +77,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
<th class="rcolheader"> </th>
|
<th class="rcolheader"> </th>
|
||||||
<th class="rcolheader"> </th>
|
<th class="rcolheader"> </th>
|
||||||
</tr>
|
</tr>
|
||||||
{assign var="i" value=0}
|
</thead>
|
||||||
|
<tbody>
|
||||||
{foreach from=$shoprows item=row}
|
{foreach from=$shoprows item=row}
|
||||||
{assign var="i" value=$i+1}
|
<tr valign="top">
|
||||||
{if $i % 2 == 0}
|
|
||||||
{assign var="rowclass" value="evenrow"}
|
|
||||||
{else}
|
|
||||||
{assign var="rowclass" value="oddrow"}
|
|
||||||
{/if}
|
|
||||||
<tr valign="top" class="{$rowclass}">
|
|
||||||
<td nowrap>{$row.rendered}</td>
|
<td nowrap>{$row.rendered}</td>
|
||||||
<td>
|
<td>
|
||||||
{$row.description|escape:'htmlall'}
|
{$row.description|escape:'htmlall'}
|
||||||
|
@ -172,10 +186,18 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</div>
|
||||||
<p>
|
</div>
|
||||||
<a onClick="printPage()" href="#">Send to printer</a> / <a href="index.php">Back to main</a>
|
</div>
|
||||||
</p>
|
<div class="row">
|
||||||
|
<div class="span6">
|
||||||
|
<div class="well">
|
||||||
|
<a onClick="printPage()" href="#">Send to printer</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue