-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
robin
committed
Jan 3, 2013
1 parent
43d9af3
commit edde070
Showing
3 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
scala/liftweb/scala_29/lift_basic/src/main/webapp/foo/bar.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html xmlns:lift="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
|
||
|
||
|
||
</head> | ||
<body class="lift:content_id=main2"> | ||
|
||
<div id="main2"> | ||
|
||
<lift:head> | ||
<style type="text/css" href="test"></style> | ||
</lift:head> | ||
|
||
Oke doke | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html xmlns:lift="http://www.w3.org/1999/html"> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body class="lift:content_id=main"> | ||
|
||
<div id="main" class="lift:surround?with=default;at=content"> | ||
<div lift="helloWorld.test"></div> | ||
|
||
<lift:embed what="foo/bar" /> | ||
|
||
</div> | ||
</body> | ||
</html> | ||
</html> |