This file contains hidden or 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
/** @jsx React.DOM */ | |
var LopMonHoc = React.createClass({ | |
getInitialState: function(){ | |
return {data: []} | |
}, | |
loadData: function(){ | |
$.ajax({ | |
url: '/daotao/lops', | |
success: function(data){ |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> | |
function createPhoneNumber(a) { |
This file contains hidden or 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
'use strict'; | |
var React = require('react-native'); | |
var { | |
Bundler, | |
StyleSheet, | |
Text, | |
TouchableHighlight, | |
View, | |
ScrollView, |
This file contains hidden or 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
<table id="layout" border="1" cellspacing="0" cellpadding="0" width="600" style="margin: 10px auto; text-align: left;"> | |
<tr> | |
<td id="noread" colspan="3" style="background-color: #d8d8d8;border-top: 0px none #ffffff;padding: 20px;font-size: 10px;color: #333333;line-height: 100%;font-family: Verdana;text-align: center;"> | |
Email not displaying correctly in your browser. <a href="http://us1.campaign-archive2.com/?u=23f620a44d8cd8e6fc0e5e698&id=335032bca3&e=e272e0381b" class="adminText" style="color: #00aeff;text-decoration: underline;font-weight: normal;">View it here</a> | |
</td> | |
</tr> | |
<tr> | |
<td width="10" style="margin-bottom:-10px;"><img src="http://gallery.mailchimp.com/23f620a44d8cd8e6fc0e5e698/images/top_left_shadow.jpg" style="display: block;border-style: none;"></td> | |
<td width="580" id="header" style="margin-bottom:-10px;"><a href="http://ugmonk.com" border="0px" style="color: #00aeff;text-decor |
This file contains hidden or 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
<table width="100%" bgcolor="#fcf9ed" cellpadding="0" cellspacing="0"> | |
<tr> | |
<td valign="top" align="center" style="font-family:Verdana, Arial, Helvetica, sans-serif;" > | |
<table align="center" width="700" cellspacing="0" cellpadding="0" border="0"> | |
<tr> | |
<td class="topNote" align="left" valign="middle" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;line-height:14px;color:#383838;padding-top:10px;padding-bottom:8px;padding-right:0;padding-left:0;" >Having trouble reading this newsletter?<br> |
This file contains hidden or 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
<table id="layout" border="0" cellspacing="0" cellpadding="0" width="600" style="margin: 10px auto;text-align: left;"> | |
<tr> | |
<td id="noread" colspan="3" style="background-color: #d8d8d8 ;border-top: 0px none #ffffff;padding: 20px;font-size: 10px;color: #333333;line-height: 100%;font-family: Verdana;text-align: center;"> | |
Email not displaying correctly in your browser. <a href="http://us1.campaign-archive2.com/?u=23f620a44d8cd8e6fc0e5e698&id=335032bca3&e=[UNIQID]" class="adminText" style="color: #00aeff;text-decoration: underline;font-weight: normal;">View it here</a> | |
</td> | |
</tr> |
This file contains hidden or 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
<html> | |
<head> | |
<title>Harley-Davidson</title> | |
</head> | |
<center> | |
<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#333333"><tr><td bgcolor="#333333" align="center"> |
This file contains hidden or 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
div { | |
width : 150px; | |
height: 150px; | |
background: #BADA29; | |
position: absolute; | |
} | |
This file contains hidden or 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
ul > li { | |
font-weight: bold; | |
font-size: 14px; | |
background: #BAB; | |
} | |