[Checkins] SVN: zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/ template cleanup

Andreas Jung andreas at andreas-jung.com
Mon Jul 6 13:08:25 EDT 2009


Log message for revision 101650:
  template cleanup
  

Changed:
  U   zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/index.pt
  U   zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/default.css
  A   zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/zopyx_logo.png

-=-
Modified: zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/index.pt
===================================================================
--- zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/index.pt	2009-07-06 16:55:31 UTC (rev 101649)
+++ zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/index.pt	2009-07-06 17:08:25 UTC (rev 101650)
@@ -9,91 +9,15 @@
 <link href="${request.application_url}/static/default.css" rel="stylesheet" type="text/css" />
 </head>
 <body>
-<!-- start header -->
-<div id="logo">
-  <h2><code>${project}</code>, a <code>repoze.bfg</code> application</h2>
-</div>
-<div id="header">
-  <div id="menu">
+  <div id="logo">
+      <img src="${request.application_url}/static/zopyx_logo.png" /> 
+      <h2>ZOPYX SmartPrintNG Server</h2>
   </div>
-</div>
-<!-- end header -->
-<div id="wrapper">
-  <!-- start page -->
-  <div id="page">
-    <!-- start content -->
-    <div id="content">
-      <div class="post">
-	<h1 class="title">Welcome to <code>${project}</code>, an
-	application generated by the <a
-	href="http://bfg.repoze.org">repoze.bfg</a> web
-	application framework.</h1>
-      </div>
-    </div>
-    <!-- end content -->
-    <!-- start sidebar -->
-    <div id="sidebar">
-      <ul>
-	<li id="search">
-	  <h2>Search<br/> <code>repoze.bfg</code> Documentation</h2>
-	  <form method="get" 
-                action="http://bfg.repoze.org/searchresults">
-	    <fieldset>
-	      <input type="text" id="q" name="text" value="" />
-	      <input type="submit" id="x" value="Search" />
-	    </fieldset>
-	  </form>
-	</li>
-	<li>
-	  <h2><code>repoze.bfg</code> links</h2>
-	  <ul>
-	    <li><a
-	    href="http://docs.repoze.org/bfg/#narrative-documentation">Narrative
-	    Documentation</a>
-            </li>
-	    <li>
-              <a
-              href="http://docs.repoze.org/bfg/#api-documentation">API
-              Documentation</a>
-            </li>
-	    <li>
-              <a
-              href="http://docs.repoze.org/bfg/#tutorials">Tutorials</a>
-            </li>
-	    <li>
-              <a
-              href="http://docs.repoze.org/bfg/#change-history">Change
-              History</a>
-            </li>
-	    <li>
-              <a
-              href="http://docs.repoze.org/bfg/#sample-applications">Sample
-              Applications</a>
-            </li>
-	    <li>
-              <a
-              href="http://docs.repoze.org/bfg/#support-and-development">Support
-              and Development</a>
-            </li>
-	    <li>
-              <a
-              href="irc://irc.freenode.net#repoze">IRC Channel</a>
-            </li>
-	  </ul>
-	</li>
-      </ul>
-    </div>
-    <!-- end sidebar -->
-    <div style="clear: both;">&nbsp;</div>
+  <hr/>
+  <div id="footer">
+      (C) 2009, ZOPYX LTd &amp; Co. KG, www.zopyx.com, info at zopyx.com
   </div>
-</div>
-<!-- end page -->
-<!-- start footer -->
-<div id="footer">
-  <p id="legal">( c ) 2008. All Rights Reserved. Template design
-  by <a href="http://www.freecsstemplates.org/">Free CSS
-  Templates</a>.</p>
-</div>
-<!-- end footer -->
+
+
 </body>
 </html>

Modified: zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/default.css
===================================================================
--- zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/default.css	2009-07-06 16:55:31 UTC (rev 101649)
+++ zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/default.css	2009-07-06 17:08:25 UTC (rev 101650)
@@ -1,380 +1,20 @@
-/*
-Design by Free CSS Templates
-http://www.freecsstemplates.org
-Released for free under a Creative Commons Attribution 2.5 License
-*/
-
 body {
-	margin: 0;
-	padding: 0;
-	background: url(images/img01.gif) repeat-x left top;
-	font-size: 13px;
-	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
-	text-align: justify;
-	color: #FFFFFF;
+    font-family: "Arial";
 }
 
-h1, h2, h3 {
-	margin: 0;
-	text-transform: lowercase;
-	font-weight: normal;
-	color: #FFFFFF;
-}
-
-h1 {
-	letter-spacing: -1px;
-	font-size: 32px;
-}
-
-h2 {
-	font-size: 23px;
-}
-
-p, ul, ol {
-	margin: 0 0 2em 0;
-	text-align: justify;
-	line-height: 26px;
-}
-
-a:link {
-	color: #8BD80E;
-}
-
-a:hover, a:active {
-	text-decoration: none;
-	color: #8BD80E;
-}
-
-a:visited {
-	color: #8BD80E;
-}
-
-img {
-	border: none;
-}
-
-img.left {
-	float: left;
-	margin-right: 15px;
-}
-
-img.right {
-	float: right;
-	margin-left: 15px;
-}
-
-/* Form */
-
-form {
-	margin: 0;
-	padding: 0;
-}
-
-fieldset {
-	margin: 0;
-	padding: 0;
-	border: none;
-}
-
-legend {
-	display: none;
-}
-
-input, textarea, select {
-	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
-	font-size: 13px;
-	color: #333333;
-}
-
-#wrapper {
-	margin: 0;
-	padding: 0;
-	background: #000000;
-}
-
-/* Header */
-
-#header {
-	width: 713px;
-	margin: 0 auto;
-	height: 42px;
-}
-
-/* Menu */
-
-#menu {
-	float: left;
-	width: 713px;
-	height: 50px;
-	background: url(images/img02.gif) no-repeat left top;
-}
-
-#menu ul {
-	margin: 0;
-	padding: 0px 0 0 10px;
-	list-style: none;
-	line-height: normal;
-}
-
-#menu li {
-	display: block;
-	float: left;
-}
-
-#menu a {
-	display: block;
-	float: left;
-	background: url(images/img04.gif) no-repeat right 55%;
-	margin-top: 5px;
-	margin-right: 3px;
-	padding: 8px 17px;
-	text-decoration: none;
-	font-size: 13px;
-	color: #000000;
-}
-
-#menu a:hover { 
-	color: #000000;
-}
-
-#menu .current_page_item a {
-	color: #000000;
-}
-
-/** LOGO */
-
-#logo {
-	width: 713px;
-	height: 80px;
-	margin: 0 auto;
-}
-
-#logo h1, #logo h2 {
-	float: left;
-	margin: 0;
-	padding: 30px 0 0 0px;
-	line-height: normal;
-}
-
-#logo h1 { 
-	font-family: Georgia, "Times New Roman", Times, serif;
-	font-size:40px;
-}
-
-#logo h1 a {
-	text-decoration: none;
-	color: #4C4C4C; 
-}
-
-#logo h1 a:hover { text-decoration: underline; }
-
 #logo h2 {
-	float: left;
-	padding: 45px 0 0 18px;
-	font: 18px Georgia, "Times New Roman", Times, serif;
-	color: #8BD80E; 
-}
+    float: left;
+    padding-left: 200px;
 
-#logo p a {
-	text-decoration: none;
-	color: #8BD80E;
 }
 
-#logo p a:hover { text-decoration: underline; }
-
-
-
-/* Page */
-
-#page {
-	width: 663px;
-	margin: 0 auto;
-	background: #4C4C4C url(images/img03.gif) no-repeat left bottom;
-	padding: 0 25px;
+#logo img {
+    float: left;
 }
 
-/* Content */
-
-#content {
-	float: left;
-	width: 410px;
-	
-}
-
-/* Post */
-
-.post {
-	padding: 15px 0px;
-	margin-bottom: 20px;
-}
-
-.post .title {
-	margin-bottom: 20px;
-	padding-bottom: 5px;
-}
-
-.post h1 {
-	padding: 0px 0 0 0px;
-	background: url(images/img08.jpg) no-repeat left top;
-	font-size: 24px;
-	color: #FFFFFF;
-}
-
-.post h2 {
-	padding: 0px 0 0 0px;
-	font-size: 22px;
-	color: #FFFFFF;
-}
-
-.post .entry {
-}
-
-.post .meta {
-	padding: 15px 15px 30px 0px;
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 11px;
-}
-
-.post .meta p {
-	margin: 0;
-	padding-top: 15px;
-	line-height: normal;
-	color: #FFFFFF;
-}
-
-.post .meta .byline {
-	float: left;
-}
-
-.post .meta .links {
-	float: right;
-}
-
-.post .meta .more {
-	padding: 0 10px 0 18px;
-}
-
-.post .meta .comments {
-}
-
-.post .meta b {
-	display: none;
-}
-
-
-/* Sidebar */
-
-#sidebar {
-	width: 210px;
-	float: right;
-	margin: 0;
-	padding: 0;
-}
-
-#sidebar ul {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#sidebar li {
-	margin-bottom: 40px;
-}
-
-#sidebar li ul {
-}
-
-#sidebar li li {
-	margin: 0;
-}
-
-#sidebar h2 {
-	width: 250px;
-	padding: 8px 0 0 0px;
-	margin-bottom: 10px;
-	background: url(images/img07.jpg) no-repeat left top;
-	font-size: 20px;
-	color: #FFFFFF;
-}
-
-/* Search */
-
-#search {
-
-}
-
-#search h2 {
-	margin-bottom: 20px;
-}
-
-#s {
-	width: 140px;
-	margin-right: 5px;
-	padding: 3px;
-	border: 1px solid #BED99C;
-}
-
-#x {
-	padding: 3px;
-	border: none;
-	background: #8BD80E;
-	text-transform: lowercase;
-	font-size: 11px;
-	color: #FFFFFF;
-}
-
-/* Boxes */
-
-.box1 {
-	padding: 20px;
-}
-
-.box2 {
-	color: #BABABA;
-}
-
-.box2 h2 {
-	margin-bottom: 15px;
-	font-size: 16px;
-	color: #FFFFFF;
-}
-
-.box2 ul {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
-	color: #EDEDED;
-}
-
-/* Footer */
-#footer-wrap {
-}
-
 #footer {
-	margin: 0 auto;
-	padding: 20px 0 10px 0;
-	background: #000000;
+    clear: both;
+    margin-top: 1em;
+    border-top: 1px solid black;
+    font-size: 8px;
 }
-
-html>body #footer {
-	height: auto;
-}
-
-#footer p {
-	font-size: 11px;
-}
-
-#legal {
-	clear: both;
-	padding-top: 17px;
-	text-align: center;
-	color: #FFFFFF;
-}
-
-#legal a {
-	font-weight: normal;
-	color: #FFFFFF;
-}

Added: zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/zopyx_logo.png
===================================================================
(Binary files differ)


Property changes on: zopyx.smartprintng.server/branches/bfg/zopyx/smartprintng/server/templates/static/zopyx_logo.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the Checkins mailing list