Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cosc320-une
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
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
Joshua Barlin
cosc320-une
Commits
41f8907c
Commit
41f8907c
authored
6 years ago
by
Andy C
Browse files
Options
Downloads
Patches
Plain Diff
Added code comments
parent
c704d5dc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
prototype2.html
+12
-3
12 additions, 3 deletions
prototype2.html
with
12 additions
and
3 deletions
prototype2.html
+
12
−
3
View file @
41f8907c
<!DOCTYPE html>
<html>
<!-- start header -->
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"language"
content=
"english"
>
...
...
@@ -28,11 +28,14 @@
<meta
name=
"application-name"
content=
"eRecruitment Advertisment Designer"
/>
<meta
name=
"msapplication-tooltip"
content=
"Launch eRecruitment Advertisment Designer"
/>
</head>
<!-- end header -->
<!-- start body -->
<body>
<h1>
eRecruitment Advertisement Designer - Casual Position Free-text Editor (Prototype 2)
</h1>
<a
href=
"prototype3.html"
>
Continuing Position Template Editor (Prototype 3)
</a>
<!-- start wrapper -->
<div
id=
"wrapper"
>
<!-- start input section -->
<div
id=
"input-div"
>
<h2
id=
"input-header"
>
Input
</h2>
<div
id=
"input-controls"
>
...
...
@@ -49,22 +52,28 @@
<input
id=
"color-picker"
type=
"color"
>
<div
id=
"input-textarea"
autocomplete=
"off"
contenteditable=
"true"
aria-labelledby=
"input-header"
></div>
</div>
<!-- end input section -->
<!-- start centre column -->
<div
id=
"update-code-div"
>
<div
id=
"update-code-wrapper"
>
<button
id=
"update-code"
><i
class=
"fas fa-exchange-alt"
></i></button>
</div>
</div>
<!-- end centre column -->
<!-- start output section -->
<div
id=
"output-div"
>
<h2
id=
"output-header"
>
Ready-to-go output!
</h2>
<div
id=
"output-pre"
aria-labelledby=
"output-header"
>
</div>
</div>
<!-- end output section -->
<div
id=
"clearer"
>
</div>
</div>
<!-- end wrapper -->
</body>
<!-- end body -->
</html>
\ 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