Ignore:
Timestamp:
Oct 14, 2013, 6:35:28 PM (11 years ago)
Author:
mistic100
Message:

use my plugin architecture, add options to hide the page for guests, fix admin links in mails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GuestBook/include/import_tool.php

    r16347 r24889  
    11<?php
    22define('PHPWG_ROOT_PATH','../../../');
    3 include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
     3include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
    44
    55if (!is_admin()) die('Access denied');
    66?>
    7 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    8    "http://www.w3.org/TR/html4/strict.dtd">
    9 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
     7<!DOCTYPE html>
     8<html lang="en" dir="ltr">
    109<head>
    1110  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     
    5857{
    5958?>
    60 Just enter the id of your old guestbook picture (the Id can be found a the picture edition page, near the thumbnail) and click the <b>import</b> button.
     59Just enter the ID of your old guestbook picture (the ID can be found a the picture edition page, near the thumbnail) and click the <b>import</b> button.
    6160<form action="" method="post">
    62 <label>Image id. <input type="text" size="5" name="image_id"></label><br>
     61<label>Image ID : <input type="text" size="5" name="image_id"></label><br>
    6362<input type="submit" value="import">
    6463</form>
Note: See TracChangeset for help on using the changeset viewer.