Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Curriculum-Request
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tim Steiner
Curriculum-Request
Commits
994a44eb
Commit
994a44eb
authored
15 years ago
by
Tim Steiner
Browse files
Options
Downloads
Patches
Plain Diff
Add a copy of the menu to the front page and add new items to menu.
parent
8354e328
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/modules/default/views/scripts/index/index.phtml
+41
-19
41 additions, 19 deletions
application/modules/default/views/scripts/index/index.phtml
application/modules/default/views/scripts/menu.phtml
+7
-0
7 additions, 0 deletions
application/modules/default/views/scripts/menu.phtml
with
48 additions
and
19 deletions
application/modules/default/views/scripts/index/index.phtml
+
41
−
19
View file @
994a44eb
<?php
$this
->
layout
()
->
breadcrumbs
=
array
(
'Welcome'
);
?>
<?php
$this
->
layout
()
->
breadcrumbs
=
array
(
'Welcome'
);
?>
<?php
$this
->
headLink
()
->
appendStylesheet
(
$this
->
baseUrl
()
.
'/css/index/index.css'
,
'all'
);
?>
<?php
$this
->
headLink
()
->
appendStylesheet
(
$this
->
baseUrl
()
.
'/css/index/index.css'
,
'all'
);
?>
<div
id=
"announcements"
class=
"titled_box"
>
<div
class=
"box_shadow_2"
>
<div
class=
"one_col left"
>
<div
class=
"tr"
></div>
<div
id=
"announcements"
class=
"titled_box"
>
<div
class=
"tl"
>
<div
class=
"box_shadow_2"
>
<h2>
<div
class=
"tr"
></div>
Messages
<div
class=
"tl"
>
<img
src=
"
<?php
echo
$this
->
baseUrl
();
?>
/images/index/arrow1.png"
alt=
"arrow 1"
class=
"toggle_arrow"
/>
<h2>
</h2>
Main Menu
<h3></h3>
<img
src=
"
<?php
echo
$this
->
baseUrl
();
?>
/images/index/arrow1.png"
alt=
"arrow 1"
class=
"toggle_arrow"
/>
</div>
</h2>
<div
class=
"bl"
></div>
<h3></h3>
</div>
</div>
<div
class=
"content"
>
<div
class=
"bl"
></div>
Course Approval is a UNL on-line curriculum request system developed to process new
</div>
curriculum or changes in undergraduate curriculum. Users of the system must
<div
class=
"content"
>
have approval. Contact Sara Mattson at
<a
href=
"mailto:smattson3@unl.edu"
>
<?php
echo
$this
->
partial
(
'menu.phtml'
);
?>
smattson3@unl.edu
</a>
for information.
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
<div
class=
"three_col right"
>
<div
id=
"announcements"
class=
"titled_box"
>
<div
class=
"box_shadow_2"
>
<div
class=
"tr"
></div>
<div
class=
"tl"
>
<h2>
Messages
<img
src=
"
<?php
echo
$this
->
baseUrl
();
?>
/images/index/arrow1.png"
alt=
"arrow 1"
class=
"toggle_arrow"
/>
</h2>
<h3></h3>
</div>
<div
class=
"bl"
></div>
</div>
<div
class=
"content"
>
Course Approval is a UNL on-line curriculum request system developed to process new
curriculum or changes in undergraduate curriculum. Users of the system must
have approval. Contact Sara Mattson at
<a
href=
"mailto:smattson3@unl.edu"
>
smattson3@unl.edu
</a>
for information.
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
application/modules/default/views/scripts/menu.phtml
+
7
−
0
View file @
994a44eb
...
@@ -2,8 +2,15 @@
...
@@ -2,8 +2,15 @@
<?php
if
(
Zend_Auth
::
getInstance
()
->
getIdentity
())
{
?>
<?php
if
(
Zend_Auth
::
getInstance
()
->
getIdentity
())
{
?>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/requests"
>
My Requests
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/requests"
>
My Requests
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/requests/new"
>
New Request
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/requests/new"
>
New Request
</a></li>
<?php
}
?>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/courses/public-view/search"
>
Curriculum Search
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/ucc/reports/monthly"
>
UCC Activity
</a></li>
<?php
if
(
Zend_Auth
::
getInstance
()
->
getIdentity
())
{
?>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/auth/index/logout"
>
Log Out
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/auth/index/logout"
>
Log Out
</a></li>
<?php
}
else
{
?>
<?php
}
else
{
?>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/auth/index/login"
>
Log In
</a></li>
<li><a
href=
"
<?php
echo
$this
->
baseUrl
();
?>
/auth/index/login"
>
Log In
</a></li>
<?php
}
?>
<?php
}
?>
</ul>
</ul>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment