<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>{#paste.paste_word_desc}</title> <script type="text/javascript" src="../../tiny_mce_popup.js?v=307"></script> <script type="text/javascript" src="js/pasteword.js?v=307"></script> <link href="css/pasteword.css?v=307" rel="stylesheet" type="text/css" /> <base target="_self" /> </head> <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> <form name="source" onsubmit="saveContent();" action="#"> <div class="title">{#paste.paste_word_desc}</div> <div>{#paste_dlg.word_title}</div> <div id="iframecontainer"></div> <div class="mceActionPanel"> <div style="float: left"> <input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" /> </div> <div style="float: right"> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </div> </form> </body> </html>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
The Next Version of Android - Some of What's Coming