Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
14622fff
Commit
14622fff
authored
Nov 07, 2000
by
Leigh B. Stoller
Browse files
Add project expiration to table info and to email message.
parent
832af1ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/approveproject_form.php3
View file @
14622fff
...
...
@@ -120,6 +120,11 @@ echo "<tr>
<td class=
\"
left
\"
>
$proj_created
</td>
</tr>
\n
"
;
echo
"<tr>
<td>Expires: </td>
<td class=
\"
left
\"
>
$proj_expires
</td>
</tr>
\n
"
;
echo
"<tr>
<td colspan='2'>Why?</td>
</tr>
\n
"
;
...
...
www/newproject.php3
View file @
14622fff
...
...
@@ -239,6 +239,7 @@ mail($TBMAIL_APPROVAL,
"Name:
$usr_name
(
$proj_head_uid
)
\n
"
.
"Email:
$usr_email
\n
"
.
"Project:
$proj_name
\n
"
.
"Expires:
$proj_expires
\n
"
.
"URL:
$proj_URL
\n
"
.
"Title:
$usr_title
\n
"
.
"Affiliation:
$usr_affil
\n
"
.
...
...
www/showproject.php3
View file @
14622fff
...
...
@@ -105,6 +105,11 @@ echo "<tr>
<td class=
\"
left
\"
>
$proj_created
</td>
</tr>
\n
"
;
echo
"<tr>
<td>Expires: </td>
<td class=
\"
left
\"
>
$proj_expires
</td>
</tr>
\n
"
;
echo
"<tr>
<td colspan='2'>Why?</td>
</tr>
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment