-
Notifications
You must be signed in to change notification settings - Fork 0
Ts logger pr #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Ts logger pr #7
Changes from all commits
f90d247
82f8688
6d23cb4
70a8c49
e314026
40d5a16
54e5509
34cf24f
ff2a2aa
a3458b4
c09f241
ea321f2
c1ee24d
d243a51
4cf8d60
fcdd56f
57d067b
95eddc3
d0b66b5
00aac40
7e29f86
def6546
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ./node_modules |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| interface Configuration{ | ||
| console: Boolean, file: Boolean, colors: Boolean, logLevel:string; | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,69 @@ | ||
| <!--comment for pull reqeust--> | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <title>ofek twitter</title> | ||
| <link rel="icon" href="../images/OfekUnit.png"> | ||
| <link rel="stylesheet" href="../css/static.css"> | ||
| <link rel="stylesheet" href="../css/index.css"> | ||
| <link rel="stylesheet" href="../css/bootstrap.css"> | ||
| <link rel="stylesheet" href="../css/index1.css"> | ||
| <script src="../scripts/tweets.js"></script> | ||
| <script src="../scripts/testing.js"></script> | ||
| <link rel="stylesheet" href="../css/testing.css"> | ||
|
|
||
| </head> | ||
| <body> | ||
| <header> | ||
| <img src="../images/OfekUnit.png" alt="ofeklogo"> | ||
| <a href="SignIn.html" >Sign In</a> | ||
| <a href="SignUp.html" >Sign Up</a> | ||
| <a href="users.html" >Users</a> | ||
| <h4>OfekTwitter</h4> | ||
|
|
||
| <header class="navbar navbar-toggleable-md navbar-light bg-faded "> | ||
| <img src="../images/OfekUnit.png" alt="ofeklogo" class="navbar-left" > | ||
| <ul class="nav navbar-nav navbar-right"> | ||
| <li> | ||
| <a href="SignIn.html" class="">Sign In</a> | ||
| </li> | ||
| <li> | ||
| <a href="SignUp.html" class="">Sign Up</a> | ||
| </li> | ||
| <li> | ||
| <a href="users.html" class="">Users</a> | ||
| </li> | ||
| </ul> | ||
| <a href="index.html" class="text-left pull-left"><h4 class="navbar-text navbar-header" >OfekTwitter</h4></a> | ||
| </header> | ||
| <form> | ||
| <div class="add-comment"> | ||
| <input type="text" placeholder="tweet text..." id="tweetText"> | ||
| <input type="submit" value="publish"></input> | ||
| <div class="col-xs-10 col-md-10 col-md-offset-1"> | ||
| <textarea placeholder="tweet text..." id="tweetText" class="col-xs-12 col-md-12 form-control noresize"></textarea> | ||
| <input type="button" value="publish" class="btn btn-primary pull-right" onclick="addTweet()"></input> | ||
| </div> | ||
| </form> | ||
| <div class="comment-holder"> | ||
| <div class="comment-container"> | ||
| <img src="../images/useravatar.png"> | ||
| <div class="user-name">james says</div> | ||
| <div class="user-comment">blabla bbaaaa</div> | ||
|
|
||
| <div class="comment-container"> | ||
| <img src="../images/useravatar.png"> | ||
| <div class="user-name">james says</div> | ||
| <div class="user-comment">blabla bbaaaa</div> | ||
|
|
||
| <div class="comment-container"> | ||
| <img src="../images/useravatar.png"> | ||
| <div class="user-name">james says</div> | ||
| <div class="user-comment">blabla bbaaaa</div> | ||
|
|
||
| <div class="comment-container"> | ||
| <img src="../images/useravatar.png"> | ||
| <div class="user-name">james says</div> | ||
| <div class="user-comment">blabla bbaaaa</div> | ||
|
|
||
| <div class="comment-container"> | ||
| <img src="../images/useravatar.png"> | ||
| <div class="user-name">james says</div> | ||
| <div class="user-comment">blabla bbaaaa</div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="col-xs-10 col-md-10 col-md-offset-1" id = "tweetsHolder"> | ||
|
|
||
| <div class="row mt-1"> | ||
| <img src="../images/useravatar.png" class="left col-xs-1 col-md-1"> | ||
| <div class="user-name col-xs-11 col-md-11 text-left ">james says</div> | ||
| <div class="user-comment col-xs-11 col-md-11 text-left">blabla bbaaaa</div> | ||
| </div> | ||
|
|
||
| <div class="row mt-1"> | ||
| <img src="../images/useravatar.png" class="left col-xs-1 col-md-1"> | ||
| <div class="user-name col-xs-11 col-md-11 text-left ">james says</div> | ||
| <div class="user-comment col-xs-11 col-md-11 text-left">blabla bbaaaa</div> | ||
| </div> | ||
| </div> | ||
| </body> | ||
| <script> | ||
| test_group('first test group', function() { | ||
| assert(true, "simple successful test"); | ||
| assert(true, "simple successful test 2"); | ||
| assert(false, "simple unsuccessful test"); | ||
| }); | ||
|
|
||
|
|
||
| test_group('second test group', function() { | ||
| assert(true, "simple successful test"); | ||
| assert(true, "simple unsuccessful test 2"); | ||
| assert(true, "simple unsuccessful test 3"); | ||
| }); | ||
|
|
||
| </script> | ||
|
|
||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
להקפיד לכתוב
script
בקובץ נפרד