Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions case1/mpl_links_txt.html → case1/mpl_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Case Problem 1

Monroe Public Library Government Links
Author:
Date:
Author: Peter Classen & Liz Bequette
Date: 04/10/19

Filename: mpl_links.html
-->
Expand All @@ -17,6 +17,7 @@
<meta charset="utf-8" />
<link href="mpl_base.css" rel="stylesheet" />
<link href="mpl_layout.css" rel="stylesheet" />
<script type="text/javascript" src="mpl_links.js"></script>
</head>

<body>
Expand Down
File renamed without changes.
15 changes: 7 additions & 8 deletions case2/dl_expense_txt.html → case2/dl_expense.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Case Problem 2

Travel Expense Report
Author:
Date:
Author: Peter Classen & Liz Bequette
Date: 04/10/19

Filename: dl_expense.html
-->
Expand All @@ -17,8 +17,7 @@
<meta charset="utf-8" />
<link href="dl_base.css" rel="stylesheet" />
<link href="dl_layout.css" rel="stylesheet" />


<script type="text/javascript" src="dl_expense.js"></script>
</head>

<body>
Expand Down Expand Up @@ -70,20 +69,20 @@ <h1>Expense Report</h1>
<th>First Name<span>*</span></th>
<th>M.I.</th>
<th>Account<span>*</span></th>
<td><input type="text" name="accID" id="accID" placeholder="ACTnnnnnn" required /></td>
<td><input type="text" name="accID" id="accID" placeholder="ACTnnnnnn" pattern="/ACT\d{6}$/" required /></td>
</tr>
<tr>
<td><input type="text" name="lname" id="lname" required /></td>
<td><input type="text" name="fname" id="fname" required /></td>
<td><input type="text" name="init" id="init" required /></td>
<th>Department<span>*</span></th>
<td><input type="text" name="deptID" id="deptID" required placeholder="DEPTnnnnnn" /></td>
<td><input type="text" name="deptID" id="deptID" required placeholder="DEPTnnnnnn" pattern=" /DEPT\d{4,6}$/" /></td>
</tr>
<tr>
<th>Social Security Number<span>*</span></th>
<td colspan="2"><input type="text" name="ssn" id="ssn" required placeholder="nnn-nn-nnnn" /></td>
<td colspan="2"><input type="text" name="ssn" id="ssn" required placeholder="nnn-nn-nnnn" pattern="\d{3}-\d{2}-\d{4}" /></td>
<th>Project<span>*</span></th>
<td><input type="text" name="projID" id="projID" required placeholder="PROJ-xx-ddd" /></td>
<td><input type="text" name="projID" id="projID" required placeholder="PROJ-xx-ddd" pattern="/^-[a-z][a-z]-\d{3}$/" /></td>
</tr>
</table>

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions case3/mas_reg2_txt.html → case3/mas_reg2.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<title>MAS Registration Payment Form</title>
<link href="mas_base.css" rel="stylesheet" />
<link href="mas_styles.css" rel="stylesheet" />
<script type="text/javascript" src="mas_reg2.js.js"></script>
>
</head>

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions case3/mas_register_txt.html → case3/mas_register.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Case Problem 3

Media Arts Society Registration Form
Author:
Date:
Author: Liz & Peter
Date: 04/11/19

Filename: mas_register.html

Expand All @@ -19,7 +19,7 @@
<title>MAS Registration Form</title>
<link href="mas_base.css" rel="stylesheet" />
<link href="mas_styles.css" rel="stylesheet" />

<script type="text/javascript" src="mas_register.js"></script>
</head>

<body>
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions case4/ws_lincoln_txt.html → case4/ws_lincoln.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Case Problem 4

Word Cloud of Lincoln's 1st Inaugural
Author:
Date:
Author: Liz & Peter
Date: 04/11/19

Filename: ws_lincoln.html

Expand All @@ -19,7 +19,9 @@
<title>Rhetoric in the United States Word Cloud</title>
<link href="ws_base.css" rel="stylesheet" />
<link href="ws_styles.css" rel="stylesheet" />

<link href="ws_cloud.css" rel="stylesheet" />
<script type="text/javascript" src="ws_stopwords.js"></script>
<script type="text/javascript" src="ws_clouds.js"></script>
</head>

<body>
Expand Down
6 changes: 4 additions & 2 deletions review/co_cart_txt.html → review/co_cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Review Assignment

Coctura Cart Page
Author:
Date:
Author: Peter Classen & Liz Bequette
Date: 04/10/19

Filename: co_cart.html
-->
Expand All @@ -17,6 +17,7 @@
<meta charset="utf-8" />
<link href="co_base.css" rel="stylesheet" />
<link href="co_layout3.css" rel="stylesheet" />
<script type="text/javascript" src="co_cart.js"></script>

</head>

Expand All @@ -28,6 +29,7 @@
<input id="username" name="user" type="text" />
<label for="password">Password</label>
<input type="password" id="password" name="pwd" />
<form method="get" action="co_credit.html"></form>
</form>
</section>
<nav id="toptop">
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions review/co_credit_txt.html → review/co_credit.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Review Assignment

Coctura Credit Page
Author:
Date:
Author: Peter Classen & Liz Bequette
Date: 04/10/19

Filename: co_credit.html
-->
Expand All @@ -17,7 +17,8 @@
<meta charset="utf-8" />
<link href="co_base.css" rel="stylesheet" />
<link href="co_layout4.css" rel="stylesheet" />

<script type="text/javascript" src="co_credit.js"></script>

</head>

<body>
Expand Down
File renamed without changes.