[llvm-commits] CVS: llvm-www/devmtg/index.php register.php
Tanya Lattner
tonic at nondot.org
Thu May 22 14:49:00 PDT 2008
Changes in directory llvm-www/devmtg:
index.php updated: 1.7 -> 1.8
register.php updated: 1.2 -> 1.3
---
Log message:
Clarify location.
Add link to mailing list and organizers.
---
Diffs of the changes: (+6 -1)
index.php | 5 +++++
register.php | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm-www/devmtg/index.php
diff -u llvm-www/devmtg/index.php:1.7 llvm-www/devmtg/index.php:1.8
--- llvm-www/devmtg/index.php:1.7 Thu May 22 15:08:40 2008
+++ llvm-www/devmtg/index.php Thu May 22 16:47:54 2008
@@ -49,9 +49,14 @@
C-based languages (see information on the meeting's <a href="#agenda">agenda</a>
for more information).</p>
+<div class="www_subsection" id="mailingList">Mailing List</div>
+
<p>Please sign up for the LLVM Developers' Meeting <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting">mailing list</a>
to be sent updates regarding the meeting.</p>
+<div class="www_subsection" id="contactAdmin">Questions?</div>
+If you have any questions, please feel free to <<a href="mailto:llvm-devmtg08-admin at nondot.org">contact</a> the LLVM Developers' Meeting organizers.
+
<div class="www_sectiontitle" id="register">Registration</div>
<p><a href="register.php">Register NOW!</a> <b>(Registration deadline is July 20, 2008)</b></p>
Index: llvm-www/devmtg/register.php
diff -u llvm-www/devmtg/register.php:1.2 llvm-www/devmtg/register.php:1.3
--- llvm-www/devmtg/register.php:1.2 Thu May 22 15:12:05 2008
+++ llvm-www/devmtg/register.php Thu May 22 16:47:54 2008
@@ -156,7 +156,7 @@
inputText("org", 50, 100, $_POST);
print '</td>';
print '</tr><tr>';
-print '<td><b>Location:</b> </td><td>';
+print '<td><b>Where are you located? (City/State/Country):</b> </td><td>';
inputText("location", 50, 100, $_POST);
print '</td>';
print '</tr>';
More information about the llvm-commits
mailing list