phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] tts/templates/base list.tpl type_select.tpl css...


From: Dave Hall
Subject: [Phpgroupware-cvs] tts/templates/base list.tpl type_select.tpl css...
Date: Sat, 14 Oct 2006 11:35:37 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    tts
Changes by:     Dave Hall <skwashd>     06/10/14 11:35:37

Added files:
        templates/base : list.tpl type_select.tpl 
        templates/base/css: base.css 

Log message:
        missing template files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tts/templates/base/list.tpl?cvsroot=phpgroupware&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/tts/templates/base/type_select.tpl?cvsroot=phpgroupware&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/tts/templates/base/css/base.css?cvsroot=phpgroupware&rev=1.1

Patches:
Index: list.tpl
===================================================================
RCS file: list.tpl
diff -N list.tpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ list.tpl    14 Oct 2006 11:35:37 -0000      1.1
@@ -0,0 +1,40 @@
+<!-- START list.tpl -->
+               <table id="{table_id}">
+                       <col id="{col_prefix}_1" />
+                       <col id="{col_prefix}_2" />
+                       <col id="{col_prefix}_3" />
+                       <col id="{col_prefix}_4" />
+                       <col id="{col_prefix}_5" />
+                       <col id="{col_prefix}_6" />
+                       <col id="{col_prefix}_7" />
+                       <thead>
+                               <tr>
+                                       <td>&nbsp;</td>
+                                       <td>{lang_id}</td>
+                                       <td>{lang_subject}</td>
+                                       <td>{lang_opened}</td>
+                                       <td>{lang_category}</td>
+                                       <td>{lang_assignedto}</td>
+                                       <td>{lang_openedby}</td>
+                                       <td>{lang_status}</td>
+                               </tr>
+                       </thead>
+                       <tbody class="tts_rows">
+                       <!-- BEGIN tts_row -->
+                               <tr class="tts_{status_prefix}_{status_id}" 
ondoubleclick="window.location='{url_ticket}';">
+                                       <td><a href="{url_close}"><img 
src="{img_close}" alt="{lang_close_ticket}" title="{lang_close_ticket}" 
/></a></td>
+                                       <td><a 
href="{url_ticket}">{ticket_id}</a></td>
+                                       <td>{subject}</td>
+                                       <td>{opened}</td>
+                                       <td>{cat_name}</td>
+                                       <td>{assignedto_name}</td>
+                                       <td>{owner_name}</td>
+                                       <td>{status}</td>
+                               </tr>
+                       <!-- END tts_row -->
+                               <tr class="last">
+                                       <td colspan="8"></td>
+                               </tr>
+                       </tbody>
+               </table>
+<!-- FINISH list.tpl -->

Index: type_select.tpl
===================================================================
RCS file: type_select.tpl
diff -N type_select.tpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ type_select.tpl     14 Oct 2006 11:35:37 -0000      1.1
@@ -0,0 +1,12 @@
+<form action="{url_form_action}" method="post">
+       <label for="ticket_type">{lang_ticket_type}</label>: 
+       <select name="ticket_type" id="type_id">
+               <!-- BEGIN type_options -->
+                       <option value="{id}">{name}</option>
+               <!-- END type_options -->
+       </select><br />
+       <div class="btngrp">
+               <input type="submit" name="cancel" value="{lang_cancel}">
+               <input type="submit" name="next" value="{lang_next}">
+       </div>
+</form>

Index: css/base.css
===================================================================
RCS file: css/base.css
diff -N css/base.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ css/base.css        14 Oct 2006 11:35:37 -0000      1.1
@@ -0,0 +1,374 @@
+/*
+       Base CSS definitions for TTS
+       Written by Dave Hall skwashd at phpgroupware.org
+       Copyright (c) 2006 Free Software Foundation
+*/
+form
+{
+       display: block;
+       margin: 10px auto;
+       width: 890px;
+}
+
+label, input, select, textarea
+{
+       display: block;
+       margin-bottom: 10px;
+       width: 250px;
+}
+
+label, input, select, textarea
+{
+       float: left;
+}
+
+label
+{
+       clear: left;
+       width: 150px;
+}
+
+.button_group input
+{
+       clear: none;
+       float: none;
+       margin: 20px;
+       text-align: center;
+       width: auto;
+}
+
+#controls
+{
+       background-color: transparent;
+       float: right;
+       margin: 0px 0px 0px 10px;
+       width: 180px;
+}
+
+#controls #move_top
+{
+       margin-top: 100px;
+}
+
+#controls button
+{
+       display: block;
+       margin-bottom: 10px;
+       overflow: hidden;
+       width: 160px;
+}
+       
+#fields
+{
+       background-color: #fff;
+       border: 1px solid #c0b5a9;
+       height: 400px;
+       margin: 5px;
+       width: 488px;
+}
+
+#fields_list
+{
+       height: 398px;
+       list-style: none;
+       margin: 0px;
+       padding: 0px;
+       overflow: auto;
+}
+
+#fields_list li
+{
+       display: block;
+       padding: 3px;
+       clear: both;
+}
+
+.header
+{
+       border-bottom: 1px solid #aa9c8f;
+       background-color: #efebe7;
+}
+
+.header span
+{
+       border-right: 1px solid #c0b5a9;
+       margin-right: 3px;
+       overflow: hidden;
+       padding: 0px 5px;
+       width: 30px;
+}
+
+.sortList
+{
+       list-style: none;
+}
+
+.sortList input.cb
+{
+       margin: 3px 15px;
+}
+
+label.inline
+{
+       display: inline;
+       float: none;
+       padding: 0px;
+}
+
+.footer
+{
+       visibility:hidden;
+}
+
+/* Mandatory "Checkboxes" */
+.mandatory
+{
+       background-image: url('../images/stock_form-checkbox-mandatory.png');
+       background-position: center center;
+       background-repeat: no-repeat;
+       display: block;
+       float: left;
+       height: 16px;
+       vertical-align: middle;
+       width: 40px;
+}
+
+.mandatory input.hidden, .hidden
+{
+       display: none;
+}
+
+#tickets_overdue, #tickets_open
+{
+       height: 400px;
+}
+
+/** Overdue Table Rows **/
+tr.tts_overdue_0, .tts_overdue_1, .tts_overdue_2, .tts_overdue_3, 
.tts_overdue_4, .tts_overdue_5, .tts_overdue_6, .tts_overdue_7, .tts_overdue_8, 
.tts_overdue_9, .tts_overdue_10
+{
+       color: #000;
+}
+
+tr.tts_overdue_0
+{
+       background-color: #efefef;
+}
+
+tr.tts_overdue_1
+{
+       background-color: #dadada;
+}
+
+tr.tts_overdue_2
+{
+       background-color: #dad0d0;
+}
+
+tr.tts_overdue_3
+{
+       background-color: #dacaca;
+}
+
+tr.tts_overdue_4
+{
+       background-color: #dac0c0;
+}
+
+tr.tts_overdue_5
+{
+       background-color: #dababa;
+}
+
+tr.tts_overdue_6
+{
+       background-color: #dab0b0;
+}
+
+tr.tts_overdue_7
+{
+       background-color: #daaaaa;
+}
+
+tr.tts_overdue_8
+{
+       background-color: #da9090;
+}
+
+tr.tts_overdue_9
+{
+       background-color: #da8a8a;
+}
+
+tr.tts_overdue_10
+{
+       background-color: #da7a7a;
+}
+
+/** "normal" rows **/
+tr.tts_status_0, tr.tts_status_1, tr.tts_status_2, tr.tts_status_3, 
tr.tts_status_4, tr.tts_status_5, tr.tts_status_6, tr.tts_status_7, 
tr.tts_status_8, tr.tts_status_9, tr.tts_status_10
+{
+       color: #fff;
+}
+
+tr.tts_status_0
+{
+       background-color: #efefef;
+}
+
+tr.tts_status_1
+{
+       background-color: #dadada;
+}
+
+tr.tts_status_2
+{
+       background-color: #dad0d0;
+}
+
+tr.tts_status_3
+{
+       background-color: #dacaca;
+}
+
+tr.tts_status_4
+{
+       background-color: #dac0c0;
+}
+
+tr.tts_status_5
+{
+       background-color: #dababa;
+}
+
+tr.tts_status_6
+{
+       background-color: #dab0b0;
+}
+
+tr.tts_status_7
+{
+       background-color: #daaaaa;
+}
+
+tr.tts_status_8
+{
+       background-color: #da9090;
+}
+
+tr.tts_status_9
+{
+       background-color: #da8a8a;
+}
+
+tr.tts_status_10
+{
+       background-color: #da7a7a;
+}
+
+/** Overdue Table Columns **/
+col.overdue_1
+{
+       width: 30px;
+}
+
+col.overdue_2
+{
+       width: 30px;
+}
+
+col.overdue_3
+{
+       width: 200px;
+}
+
+col.overdue_4
+{
+       width: 100px;
+}
+
+col.overdue_5
+{
+       width: 170px;
+}
+
+col.overdue_6
+{
+       width: 120px;
+}
+
+col.overdue_7
+{
+       width: 120px;
+}
+
+col.overdue_8
+{
+       width: 45px;
+}
+
+col.overdue_9
+{
+       width: 100px;
+}
+
+tbody td
+{
+       overflow: hidden; 
+       white-space: nowrap;
+}
+
+div.activetab
+{
+       display: block;
+}
+
+div.inactivetab
+{
+       display: none;
+}
+
+.app_buttons
+{
+       list-style: none;
+       margin: 0;
+       padding: 0;
+       height: 75px;
+       width: 390px;
+}
+
+.app_buttons li
+{
+       border: 1px solid #999;
+       float: left;
+       height: 40px;
+       margin: 5px;
+       padding: 5px;
+       text-align: center;
+       vertical-align: middle;
+       width: 75px;
+}
+
+thead
+{
+       height: 20px;
+}
+
+tbody
+{
+       padding-top: 20px;
+}
+
+tr.last
+{
+       height: auto;
+}
+
+.panel label
+{
+       width: 50px;
+}
+
+div.button_group
+{
+       clear: both;
+}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]