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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Barlin
cosc320-une
Commits
2528d2a5
Commit
2528d2a5
authored
6 years ago
by
Andy C
Browse files
Options
Downloads
Patches
Plain Diff
Added prototype 3 template
parent
48b88df1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/core.css
+9
-0
9 additions, 0 deletions
css/core.css
index2.html
+94
-0
94 additions, 0 deletions
index2.html
with
103 additions
and
0 deletions
css/core.css
+
9
−
0
View file @
2528d2a5
...
...
@@ -42,3 +42,12 @@ html, body{
padding
:
5px
;
border-radius
:
5px
;
}
.floatleft
{
float
:
left
;
}
.floatright
{
float
:
right
;
}
.reset
{
clear
:
both
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index2.html
+
94
−
0
View file @
2528d2a5
...
...
@@ -34,6 +34,100 @@
<div
id=
"wrapper"
>
<div
id=
"input-div"
>
<h2
id=
"input-header"
>
Input
</h2>
<select>
<option
selected
>
Job Information
</option>
<option>
Information Sections
</option>
</select>
<div
id=
"jobinformation"
>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Job Title
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"jobtitle"
id=
"jobtitle"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Job Area
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"jobarea"
id=
"jobarea"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Position Tier
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"positiontier"
id=
"positiontier"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Role Type
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"roletype"
id=
"roletype"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Super Percentage
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"superpercentage"
id=
"superpercentage"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Relocation
</div>
<div
class=
"floatright"
>
<input
type=
"checkbox"
name=
"relocation"
id=
"relocation"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Reference Number
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"referencenumber"
id=
"referencenumber"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Close Date
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"closedate"
id=
"closedate"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Contact Name
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"contactname"
id=
"contactname"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Contact Number
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"contactnumber"
id=
"contactnumber"
>
</div>
</div>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Contact Email
</div>
<div
class=
"floatright"
>
<input
type=
"text"
name=
"contactemail"
id=
"contactemail"
>
</div>
</div>
</div>
<div
class=
"reset"
>
<select>
<option
class=
"floatleft"
>
Job Information
</option>
<option
selected
>
Information Sections
</option>
</select>
</div>
<div
id=
"informationservices"
>
<div
class=
"reset"
>
<div
class=
"floatleft"
>
Header
<br>
<input
type=
"text"
name=
"infoheader"
id=
"infoheader"
>
</div>
<div
class=
"floatright"
>
<textarea
name=
"jobinfoheadertext"
id=
"jobinfoheadertext"
>
</textarea>
</div>
</div>
</div>
</div>
<div
id=
"update-code-div"
>
...
...
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