Skip to content
Snippets Groups Projects
Commit cc8dcb75 authored by Craig Bunck's avatar Craig Bunck
Browse files

stuff

parent f05211df
No related branches found
No related tags found
No related merge requests found
<link href="file:///Network_Users/cbunck/Sites/creq/document_root/css/common.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<div id="announcements" class="titled_box">
<div class="box_shadow_2">
<div class="tr"></div>
<div class="tl">
<h2>Announcements</h2>
<h3><em>User ID:</em> <?php echo Nmc_User::getInstance()->getUser()->getUserName(); ?></h3>
<h2>Announcements </h2>
<h3><em>User ID:</em> <?php echo Nmc_User::getInstance()->getUser()->getUserName(); ?></h3>
</div>
<div class="bl"></div>
<div class="bl"></div>
</div>
<div class="content">
Welcome to Curriculum Action Request. Items in your activity basket indicate.....
</div>
Welcome to Curriculum Action Request. Items in your activity basket indicate..... </div>
</div>
<div id="activity" class="titled_box">
<div class="box_shadow_2">
<div class="tr"></div>
<div class="tl">
<h2>Activity</h2>
<h3><em>Current Role:</em> Yourself</h3>
</div>
<div class="bl"></div>
<h2>My Requests </h2>
<h3><em></em></h3>
</div>
<div class="bl"></div>
</div>
<div class="content">
<?php if($this->myRequests->count() == 0) { ?>
......@@ -55,20 +82,16 @@
} else {
echo $request->getCurrentAction()->name;
}
?>
</td>
?> </td>
<td>
<a href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">View</a>
/
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>
</td>
<td>
<?php
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a> </td>
<td><img src="/images/e-mail_icon1.png" width="40" height="32" alt="mail" /> <?php
$lastViewTime = RequestViewTimes::getInstance()->getViewTimeForUserAndRequest($this->user, $request);
echo RequestComments::getInstance()->fetchWithRequestAndAfterTime($request, $lastViewTime)->count();
?>
</td>
</tr>
?> </td>
</tr>
<?php } ?>
</table>
<?php } ?>
......@@ -80,8 +103,8 @@
<div class="box_shadow_2">
<div class="tr"></div>
<div class="tl">
<h2>Activity</h2>
<h3><em>Current Role:</em> <?php echo $role->name; ?></h3>
<h2><?php echo $role->name;?></h2>
<h3><em></em> </h3>
</div>
<div class="bl"></div>
</div>
......@@ -123,19 +146,17 @@
+ $request->getCurrentAction()->getResultStatusStrings());
//
}
?>
</td>
?> </td>
<td>
<a href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">View</a>
/
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>
</td>
<a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a> </td>
<td>
<?php
<img src="/images/e-mail_icon1.png" width="40" height="32" alt="mail" />
<?php
$lastViewTime = RequestViewTimes::getInstance()->getViewTimeForUserAndRequest($this->user, $request);
echo RequestComments::getInstance()->fetchWithRequestAndAfterTime($request, $lastViewTime)->count();
?>
</td>
?> </td>
</tr>
<?php } ?>
</table>
......
......@@ -148,7 +148,7 @@ ul.horizontal_menu ul li {
.titled_box h3 em {
font-size: 14px;
}
.titled_box .content {
/*.titled_box .content {
position: relative;
top: -5px;
margin-left: 2px;
......@@ -157,7 +157,7 @@ ul.horizontal_menu ul li {
z-index: 1;
padding: 10px;
border: 1px solid #999999;
/*border: 1px solid #999999;*/
border-top-width: 0px;
}
......@@ -205,7 +205,7 @@ ul.horizontal_menu ul li {
height: auto !important;
min-height: 450px;
border: 1px solid #999999;
/*border: 1px solid #999999;*/
}
.sidebar_titled_box fieldset {
border: none;
......
......@@ -142,8 +142,8 @@ ul.horizontal_menu {
.titled_box {
.tl {
h2 {
background-color: #e3e3e3;
color: #343434;
background-color: #434443;
color: #e3e3e3;
font-family: URWGroteskTLig, sans-serif;
font-weight: normal;
font-size: 14px;
......@@ -157,7 +157,7 @@ ul.horizontal_menu {
font-family: URWGroteskTLig, sans-serif;
font-weight: normal;
font-size: 14px;
color: #343434;
color: #e3e3e3;
em {
font-size: 14px;
......@@ -165,18 +165,7 @@ ul.horizontal_menu {
}
}
.content {
position: relative;
top: -5px;
margin-left: 2px;
margin-right: 2px;
padding-top: 5px;
z-index: 1;
padding: 10px;
border: 1px solid #999999;
border-top-width: 0px;
}
}
......
document_root/images/e-mail_icon1.png

2.86 KiB

document_root/images/nav_heading1.png

138 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment