rewrite some documention, still needs work.
authorGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 00:37:22 +0000 (00:37 -0000)
committerGreg Gay <info@atutor.ca>
Sun, 8 Aug 2010 00:37:22 +0000 (00:37 -0000)
docs/themes/default/home/index_course.tmpl.php
docs/themes/default/include/header.tmpl.php
docs/themes/default/styles.css
docs/themes/default/tests/index.tmpl.php

index 1f8db5f..b1d37b0 100644 (file)
@@ -37,7 +37,7 @@ $url_param = substr($url_param, 0, -1);
 
 if (isset($this->search_text)) $keywords = explode(' ', $this->search_text);
 ?>
-<!--
+
 <div class="input-form">
 <fieldset class="group_form"><legend class="group_form"><?php echo _AT('search'); ?></legend>
        <form target="_top" action="<?php echo TR_BASE_HREF; ?>home/search.php" method="get" name="frm_search">
@@ -58,7 +58,7 @@ if (isset($this->search_text)) $keywords = explode(' ', $this->search_text);
        </form>
 </fieldset>
 </div> 
--->
+
 <div class="input-form">
 <fieldset class="group_form"><legend class="group_form"><?php echo $this->title; ?></legend>
 <?php if (is_array($this->courses)) { ?>
index a4cecd4..4c9bcd6 100644 (file)
@@ -68,9 +68,9 @@ $starttime = $mtime;
 <head>
        <title><?php echo SITE_NAME; ?> : <?php echo $this->page_title; ?></title>
        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->lang_charset; ?>" />
-       <meta name="Generator" content="AContent - Copyright 2009 by ATRC http://atrc.utoronto.ca/" />
+       <meta name="Generator" content="AContent - Copyright 2010 by IDRC/IDI http://inclusivedesign.ca/" />
        <meta name="keywords" content="AContent, free, open source, elearning, authoring, common cartridge, content package, QTI, AccessForAll, AFA, repository" />
-       <meta name="description" content="AContent is a standards compliant Web-based elearning content authoring tool and repository that can be used with any sysem that supports IMS content interoperability standards." />
+       <meta name="description" content="AContent is a standards compliant Web-based elearning content authoring tool and repository that can be used with any system that supports IMS content interoperability standards." />
        <base href="<?php echo $this->content_base_href; ?>" />
        
            <script type="text/javascript">
@@ -88,7 +88,8 @@ $starttime = $mtime;
       })();
     </script>
 
-       <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css'>
+       <link href='http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css' />
+       <link rel="icon" href="favicon.ico" type="image/x-icon" /> 
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
        <!--[if IE]>
@@ -107,17 +108,16 @@ $starttime = $mtime;
 
 <div id="liquid-round">
   
 <div class="center-content">
+ <div class="center-content">
 <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" accesskey="c">
        <img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_content'); ?> ALT+c" /></a>          
 
        <a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#menu<?php echo $_REQUEST['cid']  ?>"  accesskey="m"><img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_menu'); ?> ALT+m" /></a>
-  <div id="banner">
-    <span id="logininfo">
+       <span id="logininfo">
         <?php
         if (isset($this->user_name))
         {
-          echo _AT('welcome'). ' '.$this->user_name;
+          echo _AT('logged_in_as'). ' '.$this->user_name;
         ?>
                                &nbsp;&nbsp;
                                <a href="<?php echo TR_BASE_HREF; ?>logout.php" ><?php echo _AT('logout'); ?></a>
@@ -132,7 +132,9 @@ $starttime = $mtime;
         <?php
         }
         ?>
-    </span>
+  </span>
+  <div id="banner">
   </div>
 
   <div class="topnavlistcontainer">
@@ -252,8 +254,8 @@ if (is_array($this->categories)) { // print category dropdown list box?>
     <?php }?>
 
 <!-- guide -->
-  <?php if (isset($this->guide)) {?>
-    <div id="guide_box">
+  <?php if (isset($this->guide)) {  ?>
+    <div id="guide_box" title="<?php echo _AT('handbook_for').' '.$this->page_title; ?>">
     <a href="<?php echo $this->guide; ?>" onclick="trans.utility.poptastic('<?php echo $this->guide; ?>'); return false;" id="guide" target="_new"><em><?php echo $this->page_title; ?></em></a>&nbsp;
   </div>
   <?php }?>
index d8185d9..174ffa0 100644 (file)
@@ -17,7 +17,7 @@ html,body{
 
 /* main body attributes */
 body {
-  font-family: 'Droid Sans',Tahoma,Geneva,sans-serif;;
+  font-family: 'Droid Sans', Cantarell, Tahoma, Geneva,sans-serif;;
   font-size:.9em;
   margin:0px;
   background-color:  #FFFFFF;
@@ -375,12 +375,23 @@ table.tabbed-table a, table.tabbed-table a:visited, table.tabbed-table a:hover {
   font-weight:bold;
   margin-left: 10px; 
   margin-top: 2px; 
-  position: absolute; 
-  left: 0px; 
-  top: 0px; 
+
   color: black; 
   background-color: white; 
-  padding-left: 5px; 
+  padding-left: 70%; 
+  padding-right: 5px;
+}
+
+#logininfo {
+float:right;
+  font-size: small; 
+  font-weight:bold;
+  margin-left: 10px; 
+  margin-top: 2px; 
+
+  color: black; 
+  background-color: transparent; 
+  padding-left: 70%; 
   padding-right: 5px;
 }
 #banner #versioninfo {
@@ -605,7 +616,6 @@ table.filter td {
 table.data {
   clear:right;
   width: 95%; 
-  margin-left: 2em;; 
   margin-right: auto;
   text-align: left;
 } 
@@ -1122,9 +1132,9 @@ div.topnavlistcontainer {
   padding-right: 1em;  
   padding-top: .2em;
   padding-bottom: -.1em;
-  font-weight:500;
+  font-weight:700;
   text-decoration:underline;
-  margin-left:.5em;
+  margin-left:.1em;
   border-left:thin solid #cccccc;
   border-right:thin solid #cccccc;
   border-top:thin solid #cccccc;
@@ -1337,7 +1347,7 @@ div.menuedit{
 }
 /* Content editor tabs */
 table.etabbed-table    {
-       padding-left:5em;
+       padding-left:.5em;      
        font-size:10pt;
        width: 95%;
 }
@@ -1349,7 +1359,7 @@ table.etabbed-table input[type=submit] {
 table.etabbed-table td.tab-spacer {
   background-color: transparent;
   width: 5px;
-  border-bottom: 1px solid #B8AE9C;
+
 }
 
 
@@ -1362,7 +1372,7 @@ table.etabbed-table td.tab-spacer {
        background-color: #ffffff;
        margin: 0px;
        font-weight:500;
-       padding:0em 0em 0em 0em;
+       padding:0em 0em .1em 0em;
 
 }
 .editor_tab{
@@ -1387,8 +1397,8 @@ table.etabbed-table td.tab-spacer {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
-       border-bottom:0;
-       padding: 0em .5em 0em .5em ;
+       border-bottom: #FAEBD7;
+       padding: .0em .5em 0em .5em ;
        background-color: #FAEBD7;
        font-weight:bold;
        white-space: nowrap;
@@ -1396,7 +1406,7 @@ table.etabbed-table td.tab-spacer {
        border-radius: .3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
        width:5%;
-       height:1.4em;
+       height:1.5em;
 
 }
 .editor_tab input[type=submit]{
@@ -1406,6 +1416,7 @@ table.etabbed-table td.tab-spacer {
        color: red;
        background-color: #FFFDE0;
        font-weight: bold;
+       margin-left:.5em;
 }
 .saved {
        background-color: #FFFDE0;
index aca5c68..106707f 100644 (file)
@@ -13,7 +13,7 @@
 ?>\r
 <form method="post" action="tests/import_test.php" enctype="multipart/form-data" >\r
 <input type="hidden" name="_course_id" value="<?php echo $this->course_id; ?>" />\r
-<div class="input-form" style="width: 90%">\r
+<div class="input-form">\r
        <fieldset class="group_form"><legend class="group_form"><?php echo _AT('import_test'); ?></legend>\r
        <div class="row">\r
                <label for="to_file"><?php echo _AT('upload_test'); ?></label><br />\r
@@ -29,7 +29,7 @@
 \r
 <form name="form" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">\r
 <input type="hidden" name="_course_id" value="<?php echo $this->course_id; ?>" />\r
-<table class="data" summary="" style="width: 90%" rules="cols">\r
+<table class="data" summary="" rules="cols">\r
 <thead>\r
 <tr>\r
        <th scope="col">&nbsp;</th>\r