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
0b0f7045
Commit
0b0f7045
authored
Aug 18, 2018
by
Andy C
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.une.edu.au/jbarlin/cosc320-une
parents
b1e26206
af9646e4
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/core.css
+1
-1
1 addition, 1 deletion
css/core.css
index.html
+20
-1
20 additions, 1 deletion
index.html
js/application.js
+1
-1
1 addition, 1 deletion
js/application.js
with
22 additions
and
3 deletions
css/core.css
+
1
−
1
View file @
0b0f7045
body
{
html
,
body
,
#wrapper
{
height
:
100%
;
height
:
100%
;
}
}
#input-div
,
#output-div
{
#input-div
,
#output-div
{
...
...
This diff is collapsed.
Click to expand it.
index.html
+
20
−
1
View file @
0b0f7045
<!DOCTYPE html>
<html>
<html>
<head>
<head>
...
@@ -8,11 +9,29 @@
...
@@ -8,11 +9,29 @@
<script
src=
"js/application.js"
defer=
"defer"
></script>
<script
src=
"js/application.js"
defer=
"defer"
></script>
<script
src=
"js/all.js"
defer=
"defer"
></script>
<script
src=
"js/all.js"
defer=
"defer"
></script>
<link
href=
"css/core.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"css/core.css"
rel=
"stylesheet"
type=
"text/css"
/>
<title>
eRecruitment Advertisment Designer
</title>
<meta
name=
"author"
content=
”Christian,
Andrew
,
Joshua
”
/>
<meta
name=
"designer"
content=
”Christian,
Andrew
,
Joshua
”
/>
<meta
name=
"publisher"
content=
”UNE
HR
”
/>
<meta
name=
"distribution"
content=
"web"
/>
<meta
name=
"title"
content=
"eRecruitment Advertisment Designer"
/>
<meta
name=
"reply-to"
content=
"ccaburia@myune.edu.au"
/>
<meta
name=
"Classification"
content=
"Business"
/>
<meta
name=
"owner"
content=
"UNE HR"
/>
<meta
name=
"coverage"
content=
"Business Internal"
/>
<meta
name=
”city”
content=
”Armidale
”
/>
<meta
name=
”country”
content=
”AUS”
/>
<meta
name=
"HandheldFriendly"
content=
"false"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"no"
/>
<meta
content=
"no"
name=
"apple-touch-fullscreen"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
/>
<meta
name=
"application-name"
content=
"eRecruitment Advertisment Designer"
/>
<meta
name=
"msapplication-tooltip"
content=
"Launch eRecruitment Advertisment Designer"
/>
<link
href=
"css/all.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"css/all.css"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
</head>
<body>
<body>
<h1>
eRecr
e
uitment Advertisment Designer
</h1>
<h1>
eRecruitment Advertisment Designer
</h1>
<div
id=
"wrapper"
>
<div
id=
"wrapper"
>
<div
id=
"input-div"
>
<div
id=
"input-div"
>
<h2
id=
"input-header"
>
Input
</h2>
<h2
id=
"input-header"
>
Input
</h2>
...
...
This diff is collapsed.
Click to expand it.
js/application.js
+
1
−
1
View file @
0b0f7045
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
//Let's go!
//Let's go!
console
.
log
(
'
Hi there!
'
);
//
console.log('Hi there!');
$
(
'
#input-textarea
'
).
text
(
''
);
$
(
'
#input-textarea
'
).
text
(
''
);
$
(
'
#input-textarea
'
).
val
(
''
);
$
(
'
#input-textarea
'
).
val
(
''
);
$
(
'
#input-textarea
'
).
on
(
'
input propertychange
'
,
function
()
{
$
(
'
#input-textarea
'
).
on
(
'
input propertychange
'
,
function
()
{
...
...
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